func go/doc.recvString
6 uses
go/doc (current package)
reader.go#L30: func recvString(recv ast.Expr) string {
reader.go#L35: return "*" + recvString(t.X)
reader.go#L38: return fmt.Sprintf("%s[%s]", recvString(t.X), recvParam(t.Index))
reader.go#L43: b.WriteString(recvString(t.X))
reader.go#L87: recv = recvString(typ)
reader.go#L691: newF.Recv = recvString(typ)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)